home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libwmf0.2-7.prerm < prev    next >
Text File  |  2007-05-06  |  292b  |  15 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdefoma
  4. case "$1" in
  5.     upgrade)
  6.         test -x /usr/bin/defoma-app && \
  7.             /usr/bin/defoma-app clean libwmf0.2-7
  8.         ;;
  9.     remove)
  10.         test -x /usr/bin/defoma-app && \
  11.             /usr/bin/defoma-app purge libwmf0.2-7
  12.         ;;
  13. esac
  14. # End automatically added section
  15.